<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --fontColor: #606060;
  --hdbgColor: #fff;
  --bgColor: #f6f4f1;
}
.container-md {
  padding: 0 !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}
/* * {
  outline: solid #f00 1px !important;
  background: #000 !important;
  color: #fff !important;
} */
/*åˆå§‹åŒ–*/
html {
  font-family: sans-serif;
  background: #fff;
  height: 100%;
  /* min-height: 100%; */
  width: 100%;
}
body {
  /* height: 100%; */
  min-height: 100%;
  margin: 0;
  font-family: "å¾®è½¯é›…é»‘";
  /* overflow-x: hidden; */
  width: 100%;
  position: relative;
  background-color: #f6f4f1;
  overflow-x: hidden;
  padding-bottom: 80px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none !important;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! reset.css */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}
iframe {
  display: block;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
input:required {
  border: none;
  box-shadow: none;
}
input:invalid {
  background-color: #ffffff;
  box-shadow: none;
}
input {
  border-style: none;
  outline: none;
}
img {
  border: none;
  vertical-align: bottom;
}
mark {
  background: none;
}
a {
  text-decoration: none;
}
:focus {
  -moz-outline-style: none;
  outline: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* å¤´éƒ¨ */
header {
  width: 100%;
  position: relative;
  width: 100%;
  /* min-height: 80px; */
  background-color: var(--hdbgColor);
}
.nav {
  padding: 0;
  padding-top: 10px;
  width: 100%;
}
.nav_left {
  /* height: 20px; */
  padding: 0;
  text-align: center;
}
.nav_left_992 {
  text-align: center;
  width: 100%;
  padding-left: 70px;
  /* padding: 0 20px; */

  margin-bottom: 10px;
}
.nav_left_button {
  position: fixed;
  left: 10px;
  /* background-color: #ffffff; */
  border: 2px solid #aaa;
  margin-bottom: 2px;
  z-index: 20;
  color: #aaa;
}
#nav_sidebar {
  /* display: none; */
  /* padding-top: 50px; */
  z-index: 10;
  overflow: hidden;
  position: fixed;
  top: 50px;
  left: -300px;
  height: 100vh;
  width: 50%;
  max-width: 250px;
  background-color: #4d5158;
  transition: 0.3s linear;
}
.nav_siderbar_shade {
  /* width: 100%; */
  max-width: 250px;
  height: 50px;
  background-color: #4d5158;
  position: fixed;
  top: 0;
}
@media (min-width: 0px) {
  .nav_left img {
    width: 270px;
  }
  .nav_right {
    display: none;
  }
}
@media (min-width: 576px) {
  .nav_left img {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .nav_left img {
    width: 280px;
    /* transform: translateX(35px); */
  }
}

@media (min-width: 992px) {
  .nav_left img {
    width: 280px;
  }
  .nav_right {
    display: block;
  }
  .nav_left_button {
    display: none;
  }
}

@media (min-width: 1200px) {
  .nav_left img {
    margin-top: 0;
    width: 280px;
  }
}
.nav_right {
  /* background-color: rgb(225, 132, 132); */
  height: 40px;
  margin-bottom: 5px;
}
.nav_right .nav_list {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.nav_right &gt; .nav_list &gt; li {
  position: relative;
  height: 50px;
  line-height: 50px;
  /* height: 100%; */
  /* min-width: 74px; */
  width: auto;
  padding: 0 5px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #ffffff !important;
  cursor:default;
  user-select: none;
}
.nav_right &gt; .nav_list &gt; li &gt; a {
  min-width: 64px;
  display: inline-block;
  height: 100%;
  /* margin-bottom: 10px; */
  text-decoration: none;
  color: var(--fontColor);
}
.nav_right &gt; .nav_list &gt; li:hover  {
  color: #1e54c0 !important;
  border-bottom: 2px solid #1e54c0 !important;
}
.nav_list_active &gt; a {
  color: #1e54c0 !important;
  border-bottom: 2px solid #1e54c0 !important;
}
.sub_nav_list {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  width: 1920px;
  height: 50px;
  z-index: 100;
}
.sub_nav_list &gt; li {
  width: 74px;
  float: left;
  height: 50px;
  /* padding: 0 5px;
  text-align: center; */
}
.nav_list &gt; li:last-child &gt; .sub_nav_list {
  left: -86px;
}
.sub_nav_list &gt; li &gt; a {
  display: inline-block;
  width: auto;
  /* min-width: 64px; */
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 5px;
  box-sizing: border-box;
  text-decoration: none;
}
.sub_nav_list &gt; li:hover &gt; a {
  color: #1e54c0;
}
.sub_nav_bg {
  display: none;
  position: absolute;
  left: 0;
  transform: translateY(-2px);
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 95;
}
/* è½®æ’­ */
.anjv_baner {
}
.anjv_baner .carousel-inner img {
  width: 100%;
}
/* ä¸­å¿ƒå†…å®¹ */
main {
  margin-top: 10px;
  width: 100%;
  min-height: 80px;
  /* background: #93ec73; */
}

/* .footer_before {
  height: 90px;
  width: 100%;
} */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  /* max-height: 80px; */
  background: #242424;
  display: flex;
  align-items: center;
}
.footer_center {
  /* width: 1200px; */
  line-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 10px;
  /* height: 70px; */
}
.footer_left_col {
  text-align: center;
}
.footer_right_col {
  text-align: center;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}
.footer_left {
  width: auto;
  display: inline-block;
}
.footer_left p:first-child {
  height: 35px;
  width: auto;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  color: #999999;
}
.footer_left p:last-child {
  height: 35px;
  width: auto;
  display: inline-block;
}
.footer_left p:last-child a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 15px;
  font-size: 14px;
  color: #999999;
}
.footer_right {
  position: relative;
  width: 200px;
  /* height: 30px; */
  background: #4e4e4e;
  cursor: pointer;
}
.footer_right p {
  height: 30px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer_right p span {
  display: inline-block;
  line-height: 40px;
  color: #b2b2b2;
  font-size: 14px;
}
.footer_right p img {
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
.footer_right_img {
  transform: rotateX(180deg);
}
.footer_link_list {
  display: none;
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #4e4e4e;
  z-index: 100;
}
.footer_link_list li {
  height: 35px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.footer_link_list li a {
  display: block;
  height: 32px;
  width: 100%;
  line-height: 32px;
  font-size: 12px;
  color: #b2b2b2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
</pre></body></html>